docs: fix typos and examples#11761
Merged
Merged
Conversation
…larations Align the newly-added `dswap` JSDoc example with the sibling entries modernized in the same commit (use `Float64Vector` instead of the legacy `Float64Array` + `ndarray/base/ctor` pattern).
Fix a copy-paste artifact in the `Complex32Array` JSDoc example which annotated the example object with `Complex64Array` instead of `Complex32Array`.
Drop a residual `]` left in the NumPy column of the reshape/flatten row after the leading `[` was removed in an earlier typo fix.
Signed-off-by: Athan <kgryte@gmail.com>
develop 2026-04-23/24
kgryte
approved these changes
Apr 24, 2026
Member
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up fixes for commits merged to
developbetween 2026-04-23 18:14 EDT (c660c8e) and 2026-04-24 03:56 PDT (588cd1d).Description
Post-merge review of the last 24 hours of
developsurfaced three high-signal issues in commits landed during the window. Each fix is a bounded, single-file edit that lands as its own commit.Fixes (grouped by package):
blas/base/ndarraydswap@exampleblock infe150a0(lib/node_modules/@stdlib/blas/base/ndarray/docs/types/index.d.ts) to useFloat64Vector, consistent with all sibling function examples updated in the same commit.typesb9502d5: the@exampleannotation inlib/node_modules/@stdlib/types/index.d.ts(line 673) incorrectly types the variable asComplex64Arrayinstead ofComplex32Array.docs/migration-guides/numpydocs/migration-guides/numpy/README.md(line 49) by removing a stray trailing]from the NumPy column of the "Flatten an array to a desired depth" row, left behind when0e262c8removed the leading[but failed to drop its counterpart.Related Issues
None.
Questions
No.
Other
Validation
developin the 24h window (c660c8e..588cd1d).docs/style-guides/*and canonical sibling packages (dcopyforblas/base/ndarray,Complex64Array/Complex128Arrayinterfaces fortypes).@stdlib/ndarray/rot180link in the NumPy guide (likely a deliberate placeholder for a planned high-level package) and the template<!-- C interface documentation. -->comments instats/base/dists/chi/cdf/README.md(present in 400+ sibling READMEs; not a clear violation).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of an automated post-merge review pass over the last 24 hours of
develop. Four review agents (two style, two bug) independently scanned the diff; only issues corroborated by multiple agents or independently re-verified against the diff were kept. PR is opened as draft for human audit before promotion.@stdlib-js/reviewers
Generated by Claude Code